StringBuilder

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

put
alias put = append

Interface for OutputRange

Functions

append
void append(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
length
uint length()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto ref opAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto ref opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto ref opOpAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

strings
string[] strings;
Undocumented in source.

Meta